home *** CD-ROM | disk | FTP | other *** search
- property mys
-
- on beginSprite me
- set mys to the spriteNum of me
- end
-
- on mouseEnter me
- set the blend of sprite mys to 100
- set the rect of sprite 33 to rect(200, 333, the locH of sprite mys, 334)
- end
-
- on mouseLeave me
- set the blend of sprite mys to 60
- set the rect of sprite 33 to rect(-1000, -1000, -1000, -1000)
- put " " into field "info"
- end
-